home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / jade / lisp / dmakefile < prev    next >
Makefile  |  1995-03-09  |  949b  |  28 lines

  1. # DMakefile for Jade's Lisp files (dmake == Matt Dillon's make)
  2. # Copyright (C) 1993, 1994 John Harper <jsh@ukc.ac.uk>
  3.  
  4. # Jade is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8.  
  9. # Jade is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.    See the
  12. # GNU General Public License for more details.
  13.  
  14. # You should have received a copy of the GNU General Public License
  15. # along with Jade; see the file COPYING.  If not, write to
  16. # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. lisp :
  19.     /src/jade -stack 50000 -log-msgs -f sleep-window -f compile-lisp-lib -q
  20.  
  21. clean :
  22.     -delete #?.jlc #?~
  23.     -copy /src/DOC.bare /DOC
  24.  
  25. realclean : clean
  26.     -delete /DOC
  27.  
  28.